home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMSPLIT / TFMSPLIT.txt
Text File  |  2004-09-09  |  3KB  |  142 lines

  1. object fmSplit: TfmSplit
  2.   Left = 461
  3.   Top = 258
  4.   BorderStyle = bsDialog
  5.   Caption = 'Split Archive'
  6.   ClientHeight = 155
  7.   ClientWidth = 376
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object laSplitName: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 117
  22.     Height = 13
  23.     Caption = 'Save split &archive file as:'
  24.     FocusControl = edSplitName
  25.   end
  26.   object laSplitVolumeSize: TLabel
  27.     Left = 8
  28.     Top = 64
  29.     Width = 81
  30.     Height = 13
  31.     Caption = 'Split &Volume Size'
  32.     FocusControl = cbVolumeSize
  33.   end
  34.   object laCustomVolumeSize: TLabel
  35.     Left = 158
  36.     Top = 64
  37.     Width = 96
  38.     Height = 13
  39.     Caption = 'C&ustom Volume Size'
  40.     Enabled = False
  41.     FocusControl = edCustomVolumeSize
  42.   end
  43.   object edSplitName: TEdit
  44.     Left = 8
  45.     Top = 24
  46.     Width = 281
  47.     Height = 21
  48.     TabOrder = 0
  49.   end
  50.   object cbVolumeSize: TComboBox
  51.     Left = 8
  52.     Top = 80
  53.     Width = 145
  54.     Height = 21
  55.     Style = csDropDownList
  56.     DropDownCount = 9
  57.     ItemHeight = 13
  58.     ItemIndex = 0
  59.     TabOrder = 2
  60.     Text = '1.0MB'
  61.     OnChange = cbVolumeSizeChange
  62.     Items.Strings = (
  63.       '1.0MB'
  64.       '1.2MB Floppy'
  65.       '1.44MB Floppy'
  66.       '2.88MB Floppy'
  67.       '100MB Zip Disk'
  68.       '250MB Zip Disk'
  69.       '650MB CD-ROM'
  70.       '700MB CD-ROM'
  71.       'Other Size')
  72.   end
  73.   object buOK: TButton
  74.     Left = 70
  75.     Top = 120
  76.     Width = 75
  77.     Height = 25
  78.     Caption = '&Split'
  79.     Default = True
  80.     TabOrder = 5
  81.     OnClick = buOKClick
  82.   end
  83.   object buCancel: TButton
  84.     Left = 150
  85.     Top = 120
  86.     Width = 75
  87.     Height = 25
  88.     Caption = '&Cancel'
  89.     ModalResult = 2
  90.     TabOrder = 6
  91.   end
  92.   object buHelp: TButton
  93.     Left = 230
  94.     Top = 120
  95.     Width = 75
  96.     Height = 25
  97.     Caption = '&Help'
  98.     TabOrder = 7
  99.     OnClick = buHelpClick
  100.   end
  101.   object bbBrowseSplitName: TBitBtn
  102.     Left = 294
  103.     Top = 24
  104.     Width = 73
  105.     Height = 22
  106.     Caption = '&Browse'
  107.     TabOrder = 1
  108.     OnClick = bbBrowseSplitNameClick
  109.   end
  110.   object edCustomVolumeSize: TEdit
  111.     Left = 158
  112.     Top = 80
  113.     Width = 147
  114.     Height = 21
  115.     Enabled = False
  116.     TabOrder = 3
  117.   end
  118.   object cbSizeType: TComboBox
  119.     Left = 310
  120.     Top = 80
  121.     Width = 57
  122.     Height = 21
  123.     Style = csDropDownList
  124.     Enabled = False
  125.     ItemHeight = 13
  126.     ItemIndex = 2
  127.     TabOrder = 4
  128.     Text = 'MB'
  129.     Items.Strings = (
  130.       'Bytes'
  131.       'KB'
  132.       'MB')
  133.   end
  134.   object sdgSplitName: TSaveDialog
  135.     Filter = 'Zip Archive (*.zip)|*.zip'
  136.     Options = [ofHideReadOnly, ofNoReadOnlyReturn, ofEnableSizing]
  137.     Title = 'Split Archive Name'
  138.     Left = 339
  139.     Top = 48
  140.   end
  141. end
  142.